home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 140 / Exame Informatica 140.iso / Programas / Zsnes / docs / readme.htm / styles / plaintxt.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-11-30  |  183 b   |  14 lines

  1. body {
  2.   font-family: "Lucida Console", "Courier New", Courier, monospace;
  3.   font-size: 10pt;
  4.   width: 48em;
  5. }
  6.  
  7. img {
  8.   display: none;
  9. }
  10.  
  11. a:after {
  12.    content: " [" attr(href) "]";
  13. }
  14.